Vector3D.Times Function

Returns a Vector3D. Returns the product of this vector and the scalar, d.

Syntax

result = Vector3D.Times( d )

Parameters

d

Double

Return Value

Result

Vector3D